home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Burning & Media
/
GB-PVR 1.2.13
/
GBPVR10213.msi
/
Cabs.w1.cab
/
Manage2.aspx648
< prev
next >
Wrap
Extensible Markup Language
|
2008-04-09
|
11KB
|
184 lines
<?xml version="1.0" encoding="UTF-8"?>
<%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header2.ascx" %>
<%@ Register TagPrefix="gbpvr" TagName="Footer" Src="Footer2.ascx" %>
<%@ Page language="c#" Inherits="gbweb.Manage2" CodeFile="Manage2.aspx.cs" culture="auto" uiculture="auto" %>
<%@ Register Assembly="eWorld.UI" Namespace="eWorld.UI" TagPrefix="ew" %>
<!DOCTYPE html PUBLIC ΓÇ£-//W3C//DTD XHTML 1.1 Strict//ENΓÇ¥ ΓÇ£http://www.w3.org/TR/xhtml1/DTD/xhtml11-strict.dtdΓÇ¥>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>GBPVR - Manage Recordings</title>
<link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/common.css"/>
<link rel="stylesheet" type="text/css" href="CSSAdapters/CSS/TreeView.css" runat="server" />
<link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/common_mange_and_search.css"/>
<link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/manage.css"/>
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="themes2/blue/css/manage_ie.css"/>
<![endif]-->
<link rel="shortcut icon" type="image/gif" href="<%=Convert.ToString(Session["theme"])%>/graphics/favicon.gif"/>
<script type="text/javascript" src="public/popup.js"></script>
<script type="text/javascript" src="public/scrolling.js"></script>
<script type="text/javascript" src="public/Ajax2.js"></script>
<script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/common.js"></script>
<script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/manage.js"></script>
<script type="text/javascript">
function SelectAllCheckboxes(theBox) {
var xState = theBox.checked;
elm = theBox.form.elements;
for(i = 14; i < elm.length; i++)
{
if (elm[i].type == "checkbox")
{
if (elm[i].checked != xState)
{
elm[i].click();
}
}
}
}
</script>
<link runat="server" id="in_progressLinkH" rel="alternate" type="application/rss+xml" title="In-Progress recordings feed." />
<link runat="server" id="completedLinkH" rel="alternate" type="application/rss+xml" title="Completed recordings feed." />
<link runat="server" id="pendingLinkH" rel="alternate" type="application/rss+xml" title="Pending recordings feed." />
<link runat="server" id="conflictLinkH" rel="alternate" type="application/rss+xml" title="Conflict recordings feed."/>
<link runat="server" id="failedLinkH" rel="alternate" type="application/rss+xml" title="Failed recordings feed." />
<link runat="server" id="seasonLinkH" rel="alternate" type="application/rss+xml" title="Season recordings feed." />
<link runat="server" id="deletedLinkH" rel="alternate" type="application/rss+xml" title="Deleted recordings feed." />
<!--[if lt IE 7]>
<link runat="server" rel="stylesheet" href="CSSAdapters/CSS/BrowserSpecific/IEMenu6.css" type="text/css" id="IEMenu6CSS" />
<![endif]-->
</head>
<body onload="GetServerTime(),GetReminders(), setScroll(), fScrollMove('CONTENTS'), StartUp();">
<gbpvr:Header id="headerTheme" runat="server"/>
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
<Services>
<asp:ServiceReference Path="~/AjaxService2.asmx" />
</Services>
</asp:ScriptManager>
<form id="form1" runat="server">
<input runat="server" type="hidden" id="hdnScrollState" />
<div id="FIXED_DIV">
</div>
<!-- Header Start -->
<div id="HEADER">
<div id="LOGO_HEADER"></div>
<div id="HEADER_TEXT">
<span class="textLarge">GB-PVR</span><br>
<span class="textSmall">Enhanced Web Admin</span><br/>
</div>
<div id="DATE_TIME">
<div class="viewingDate" id="viewDate" runat="server"></div>
<div class="timeDiv" id="serverTime" runat="server"></div>
</div>
<!-- Nav Row Start-->
<div id="NAV_ROW">
<div id="NAV_GUIDE" title="TV Guide" runat="server"><a href="Guide2.aspx">TV Guide</a></div>
<div id="NAV_RECORDINGS" title="Manage Recordings" runat="server" ><a href="Manage2.aspx">Manage Recordings</a></div>
<div id="NAV_SEARCH" title="Programme Search" runat="server" ><a href="Search2.aspx">Episode Search</a></div>
<div id="NAV_VIDEO" title="Video Library" runat="server" ><a href="Library2.aspx?path=Video">Video Library</a></div>
<div id="NAV_MUSIC" title="Music Library" runat="server" ><a href="Library2.aspx?path=Music">Music Library</a></div>
<div id="NAV_PHOTO" title="Photo Library" runat="server"><a href="Library2.aspx?path=Photo">Photo Library</a></div>
<div id="NAV_LOGOUT" title="Logout" runat="server"><a href="Logout2.aspx">Logout</a></div>
<div id="NAV_CONFIG" title="Configuration" runat="server" ><a href="Admin2.aspx">Config</a></div>
<div id="NAV_STATS" title="Statistics" runat="server" ><a href="info2.aspx">Statistics</a></div>
</div>
<!-- Nav Row End-->
</div>
<!-- Header End -->
<!-- Dateline Start -->
<div id="DIV_DATELINE">
</div>
<div id="DATELINE" runat="server">
<div id="reminderArea" runat="server">
<div id="REMINDER_LABEL" runat="server"><a id="reminderLink"><div id="remDiv" runat="server"></div></a></div>
<div id="REMINDER_DIV" runat="server">
</div>
</div>
</div>
<!-- Dateline End -->
<div id="FILTERS" runat="server">
<div id="recordingFilter" runat="server">
<asp:CheckBoxList id="recordingTypes" runat="server" RepeatDirection="Horizontal" CssClass="FORM_SELECT" AutoPostBack="True" RepeatLayout="Flow">
<asp:ListItem Value="none">None</asp:ListItem>
<asp:ListItem Value="all">All</asp:ListItem>
</asp:CheckBoxList>
</div>
<div class="butDelete"><asp:LinkButton id="hlDelete" runat="server" onclick="hlDelete_Click">Delete Selected</asp:LinkButton></div>
<div id="treeView" runat="server">
<asp:RadioButtonList ID="mr_searchResults" runat="server" AutoPostBack="True" RepeatDirection="Horizontal" RepeatLayout="Flow">
<asp:ListItem Value="tree">TreeView</asp:ListItem>
<asp:ListItem Selected="True" Value="table">Table View</asp:ListItem>
</asp:RadioButtonList>
</div>
</div>
<!-- dividing line or graphic here -->
<div id="DIV_HEADER">
</div>
<!-- Manage Recording Line Start -->
<div id="RECORDINGS_HEADER" runat="server">
<div id="forcedScrollbar" runat="server">
</div>
</div>
<div id="DIV_CONTENTS" runat="server"></div>
<div id="CONTENTS" runat="server">
</div>
<div id="SORT_HEADER" runat="server">
<div id="sortResults" runat="server">
<strong>Primary Sort:</strong>
<asp:RadioButtonList ID="srtOrder" runat="server" AutoPostBack="True" RepeatDirection="Horizontal" RepeatLayout="Flow">
<asp:ListItem Value="mr_title" Selected="True">Title</asp:ListItem>
<asp:ListItem Value="mr_genre">Genre</asp:ListItem>
<asp:ListItem Value="mr_rating">Rating</asp:ListItem>
<asp:ListItem Value="mr_date">Air Date (ad)</asp:ListItem>
<asp:ListItem Value="mr_channel">Channel</asp:ListItem>
<asp:ListItem Value="mr_status">Status</asp:ListItem>
</asp:RadioButtonList>
</div>
<div id="sortResults2" runat="server">
<strong>Secondary Sort:</strong>
<asp:RadioButtonList ID="sec_srtOrder" runat="server" AutoPostBack="True" RepeatDirection="Horizontal" RepeatLayout="Flow">
<asp:ListItem Value="mrs_title" Selected="True">Title</asp:ListItem>
<asp:ListItem Value="mrs_date">Air Date (ad)</asp:ListItem>
</asp:RadioButtonList>
</div>
</div>
<div id ="treeControl" runat="server">
<asp:TreeView ID="TreeView1" runat="server" ExpandDepth="0" CssSelectorClass="TreeView">
</asp:TreeView>
</div>
</form>
<!-- Footer Start -->
<div id="DIV_FOOTER">
</div>
<div id="FOOTER" runat="server">
<div id="FOOTER_RIGHT" runat="server">
<gbpvr:Footer id="footer1" runat="server"/>
</div>
<div id="FOOTER_LEFT" runat="server">
<div class="legendPending" title="Pending">Pending</div>
<div class="legendInProgress" title="In-Progress">In Progress</div>
<div class="legendAvailable" title="Available">Available</div>
<div class="legendFailed" title="Failed">Failed</div>
<div class="legendConflict" title="Conflict">Conflict</div>
<div class="legendReoccurring" title="Reocurring">Reoccurring</div>
<div class="legendDeleted" title="Deleted">Deleted</div>
</div>
</div>
<!-- Footer End -->
</body>
</html>